home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000019_news@newsmaster….columbia.edu _Mon Dec 22 13:03:49 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA21895
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 22 Dec 1997 13:03:49 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA17041
  7.     for kermit.misc@watsun; Mon, 22 Dec 1997 13:03:48 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Equivalence to FTP  'hash' command
  12. Date: 22 Dec 1997 18:03:46 GMT
  13. Organization: Columbia University
  14. Lines: 16
  15. Message-ID: <67ma22$sm9$1@apakabar.cc.columbia.edu>
  16. References: <349EAB24.58F8@monmouth.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8182
  19.  
  20. In article <349EAB24.58F8@monmouth.com>,
  21. Steve Roche  <sroche@monmouth.com> wrote:
  22. : Using Kermit 3.0 on DOS 6.2, is there a way to indicate file transfer
  23. : activity similar to the FTP hash command? How can I indicate that
  24. : something is actually occuring while a large file is transferred over
  25. : the course of several files?
  26. MS-DOS Kermit 3.0 is about five years old; you should be using the current
  27. version, 3.15:
  28.  
  29.   http://www.columbia.edu/kermit/mskermit.html
  30.  
  31. Unless you tell it otherwise, it puts up a file-transfer display that
  32. has a percent-done thermometer.
  33.  
  34. - Frank